--[[LUAir Hockey V0.2
Created By zeroXorXdieXskater]]

--//What is it?\\--
LUAir Hockey is a game that i made in my spare time over one weekend.
I got the idea after making a pong game with the help of the evilmana tutorials.
And obviously this is coded in LUA.

--//This vs. Pong?\\--
The differences between LUAir Hockey and Pong
--background
--sprites
--goals like air hockey
--a menu
--and much much more

--//What are the controls?\\--
Inside the Menu there is an Instructions option but if you didnt catch that then here ya go.

--use the D-Pad to control your player
--try to use your player and hit the puck into the opponents goal
--first person to 7 points wins the game
--press start to pause

--for 2 player, use the /\ X [] and O

--//Intentions for next release?\\--
--change graphics around
--change from playing horizontal to vertical (MAYBE)
--remove sprites and make them all via script (MAYBE)
--add better physics

--//Misc.\\--
Using Luaplayer .20

--//Credits\\--
me, zeroXorXdieXskater - coding
evilmana.com - pong tutorial which gave me the idea
google/me - sprites

changelog
0.2
-increased puck speed for more difficulty
-added title screen
-moved all images to an images folder
-fixed goals, now fully visible
-2 player mode available
-Exit option in Main Menu was removed
-you now win by getting 7 points to make it more like real air hockey
-updates AI, now moves in all 4 directions

0.21
--added analog stick support in 1 player mode